Action

data class Action

Custom action data to be linked to a custom message. This action data is delivered and used as it is.

Since

3.5.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alterData: String?

Alternative data that can be used if data is not available

Link copied to clipboard
val data: String

Returns action data that associated with the view.

Link copied to clipboard
val type: String

Returns the type of Action. "web", "custom", and "uikit" are available.